home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / wb / czesc_4 / wbgenie / programmer.doc < prev    next >
Text File  |  1993-03-13  |  1KB  |  39 lines

  1.                                                           Steven Velletri
  2.                                                           P.O. Box 342
  3.                                                           Hamilton Hill
  4.                                                           WA 6163
  5.                                                           Australia
  6.  
  7.                                                           Tel: (09) 331-3942.
  8.  
  9. To all programmers
  10.  
  11. This is a plea to all progrmmers but in particular those who have written
  12. or are about to write software which modify the tool types of an icon:
  13.  
  14.     "Only alter the tool types which you want to change. Please maintain
  15.     all other tool types which already exist."
  16.  
  17. This requirement is featured in the Commodore Amiga Style Guide.
  18.  
  19. Included in the source directory of this distribution is some sample C
  20. code which will do just that.
  21.  
  22. The code is completely freeware, just put my name somewhere in the credits.
  23.  
  24. There are a two C files sup_lib.c and eg.c. The first is basically a library
  25. which does most of the work and the second shows you how to make calls to
  26. the library routines. Also included is the header file sup_lib.h.
  27.  
  28. A good deal of effort has gone into testing the routines but you are however
  29. accepting all risks when using the code.
  30.  
  31. Note that the code could be made a better, I acknowledge that, so if you do
  32. create a better one then let me know about it.
  33.  
  34. Regards
  35.  
  36.  
  37. Steven Velletri.
  38.  
  39.